home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ für Kids
/
C++ for kids.iso
/
Buch
/
Linien3.dfm
/
Linien3.txt
Wrap
Text File
|
1998-12-22
|
610b
|
31 lines
object Form1: TForm1
Left = 224
Top = 122
Width = 435
Height = 300
Caption = 'Grafik3'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object Button1: TButton
Left = 153
Top = 105
Width = 120
Height = 60
Caption = 'Mal mal!'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
end